Scripting > CxFms > FmsGeneralGroup Object

FmsGeneralGroup Object

The FmsGeneralGroup object defines the properties and Nodes of a general group. It can be used to create groups in an FMS service. Declare the object using the following code:

Dim FmsGeneralGroup

Set FmsGeneralGroup = CreateObject("CxFms.FmsGeneralGroup") 

Each method in this document will assume you have declared and connected an FmsClient object using the following code:

Dim FmsClient

Set FmsClient = CreateObject("CxFms.FmsClient")

 

FmsClient.Connect("CYGDEMO.FMS")


More:


Let us know how we can improve this topic.

CygNet at weatherford.com

© 2020 Weatherford. All rights reserved.